FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package Touchstone-ereferralontario.core#0.1.2-beta (62 ms)

Package Touchstone-ereferralontario.core
Type CapabilityStatement
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=Touchstone-ereferralontario.core@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-SMARTApp
Url http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-SMARTApp
Version 0.10.1
Status draft
Date 2021-07-15
Name SMARTApp
Title SMART App
Experimental False
Description This is the FHIR capability statement for an Ontario Referral Management Server performing the role of a SMART App.
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-AllergyIntolerance AllergyIntolerance
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Condition Condition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Consent Consent
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-DocumentReference DocumentReference
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Location Location
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Organization Organization
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient Patient
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Practitioner Practitioner
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole PractitionerRole
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse QuestionnaireResponse
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest ServiceRequest


Source

{
  "resourceType" : "CapabilityStatement",
  "id" : "ca-on-eReferral-SMARTApp",
  "url" : "http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-SMARTApp",
  "version" : "0.10.1",
  "name" : "SMARTApp",
  "title" : "SMART App",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-07-15",
  "description" : "This is the FHIR capability statement for an Ontario Referral Management Server performing the role of a SMART App.",
  "kind" : "requirements",
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "mode" : "client",
      "documentation" : "A SMART App **SHALL** conform to the SMART launch framework confidential app profile and **SHALL** therefore be able to protect a client_secret and conform to all app protection requirements. Please see the XML or JSON view for server requirements not visible on this summary page.",
      "resource" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "type" : "Patient",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient",
          "documentation" : "A SMART App **SHALL**, minimally, be able to request and use `patient/Patient.read` scope using the `patient` context granted by a SMART Server to enable the app to retrieve Patient demographic information that will be needed to support the completion of forms used for referral (where applicable, a SMART App **SHOULD** also be capable of supporting other resources defined in this IG)",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "type" : "Practitioner",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Practitioner",
          "documentation" : "A SMART App **SHALL**, minimally be able to request and use `openid` and `fhiruser` scope with `fhiruser` context granted by a SMART Server to enable retrieve Provider identity information needed to support single sign on using OpenID connect, etc.",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "ServiceRequest",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest",
          "documentation" : "**MAY**: potentially useful to retrieve a `ServiceRequest` where the SMART Server is an RMS Source launching an RMS Target to complete a ServiceRequest",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "QuestionnaireResponse",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse",
          "documentation" : "**MAY**: potentially useful to retrieve `ServiceRequest.supportingInfo` where the SMART Server is an RMS Source",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "AllergyIntolerance",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-AllergyIntolerance",
          "documentation" : "**MAY**: potentially useful to retrieve `ServiceRequest.supportingInfo` from a POS or RMS Source",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "Condition",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Condition",
          "documentation" : "**MAY**: potentially useful to retrieve `ServiceRequest.supportingInfo` from a POS or RMS Source",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "Consent",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Consent",
          "documentation" : "**MAY**: potentially useful to retrieve `ServiceRequest.supportingInfo` from a POS or RMS Source",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "DocumentReference",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-DocumentReference",
          "documentation" : "**MAY**: potentially useful to retrieve `ServiceRequest.supportingInfo` from a POS or RMS Source",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "PractitionerRole",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole",
          "documentation" : "**MAY**: overlap with information already available in RMS SMART App?",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "Location",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Location",
          "documentation" : "**MAY**: overlap with information already available in RMS SMART App?",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "MAY"
            }
          ],
          "type" : "Organization",
          "profile" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Organization",
          "documentation" : "**MAY**: overlap with information already available in RMS SMART App?",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        }
      ]
    }
  ],
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.